SpanIncluding(string, set)


Returns all characters from string from its beginning until it reaches a character that is not included in the specified set of characters. The search is case-sensitive.

See also GetTimeZoneInfo and SpanExcluding.

string

Any string.

set

String containing one or more characters being sought.